home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRMMOVIMENTOSFOLHAS / TFRMMOVIMENTOSFOLHAS.txt
Text File  |  2004-10-21  |  2KB  |  95 lines

  1. object frmMovimentosFolhas: TfrmMovimentosFolhas
  2.   Left = 216
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'frmMovimentosFolhas'
  6.   ClientHeight = 346
  7.   ClientWidth = 396
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 396
  22.     Height = 346
  23.     Align = alClient
  24.     BevelWidth = 3
  25.     BorderStyle = bsSingle
  26.     Color = clWhite
  27.     TabOrder = 0
  28.     object Label2: TLabel
  29.       Left = 12
  30.       Top = 50
  31.       Width = 361
  32.       Height = 13
  33.       Caption = 'Seleccione a Folha para a qual pretende transferir o movimento'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object Label1: TLabel
  42.       Left = 16
  43.       Top = 8
  44.       Width = 246
  45.       Height = 29
  46.       Caption = 'Transferir movimento'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clGray
  49.       Font.Height = -24
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       Transparent = True
  54.     end
  55.     object BitBtn1: TBitBtn
  56.       Left = 224
  57.       Top = 306
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Ok'
  61.       TabOrder = 0
  62.       Kind = bkOK
  63.     end
  64.     object BitBtn2: TBitBtn
  65.       Left = 304
  66.       Top = 306
  67.       Width = 75
  68.       Height = 25
  69.       Caption = 'Cancelar'
  70.       TabOrder = 1
  71.       Kind = bkCancel
  72.     end
  73.     object DBGrid1: TDBGrid
  74.       Left = 60
  75.       Top = 72
  76.       Width = 269
  77.       Height = 200
  78.       Color = 14413786
  79.       Ctl3D = False
  80.       DataSource = Dados.dsContasBancos
  81.       FixedColor = 13551795
  82.       Options = [dgTitles, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  83.       ParentCtl3D = False
  84.       ReadOnly = True
  85.       TabOrder = 2
  86.       TitleFont.Charset = DEFAULT_CHARSET
  87.       TitleFont.Color = clWindowText
  88.       TitleFont.Height = -11
  89.       TitleFont.Name = 'MS Sans Serif'
  90.       TitleFont.Style = []
  91.       OnDblClick = DBGrid1DblClick
  92.     end
  93.   end
  94. end
  95.